home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in</name>
- <id>-1</id>
- <cardCount>1</cardCount>
- <cardID>2969</cardID>
- <listID>2191</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>448</width>
- <height>64</height>
- </cardSize>
- <script>on appleevent class,EventID,Sender
- global monitor
- play boing
- lock screen
- lock messages
- go Monitor
- request appleEvent data
- put it into fld "data"
- request appleevent return id
- put it into cd fld "RID"
- put class into cd fld "class"
- put EventId into cd fld "ID"
- put sender into cd fld "sender"
- go back
- unlock screen
- unlock messages
- pass appleevent
- end appleevent
-
- on openstack
- global Monitor
- if Monitor is not empty then exit openstack
- put the long name of this stack into Monitor
- start using this stack
- put "" into cd fld "class"
- put "" into cd fld "ID"
- put "" into cd fld "sender"
- put "" into cd fld "RID"
- put "" into fld "data"
- end openstack
-
- on closestack
- global monitor
- if monitor is not the long name of this stack then pass closestack
- stop using this stack
- end closestack
-
- on mousedown
- global monitor
- if monitor is not the long name of this stack then pass mousedown
- show cd fld "About"
- wait until the mouse is up
- hide cd fld "About"
- end mousedown
- </script>
- <background id="2571" file="background_2571.xml" name="" />
- <card id="2969" file="card_2969.xml" marked="false" name="" owner="2571" />
- </stack>
-